net/http.response.cancelCtx (field)

4 uses

	net/http (current package)
		server.go#L428: 	cancelCtx        context.CancelFunc // when ServeHTTP exits
		server.go#L1098: 		cancelCtx:     cancelCtx,
		server.go#L1951: 			inFlightResponse.cancelCtx()
		server.go#L2094: 		w.cancelCtx()